.table-responsive {
    color: white !important;
}

.single_live_market {
    border-radius: 30px;
    background-color: #0e0f12;
    margin-bottom: 5%;
}

.cursor-pointer {
    cursor: pointer !important;
}

.downlaod-buttons {
    display: flex;
    justify-content: space-evenly;
}

.language-switcher-dropdown .select2-results__option span img {
    display: none !important;
}

.select2-container--default .select2-results>.select2-results__options {
    overflow-y: hidden;
}

.select2-container--default .select2-results>.select2-results__options>.select2-results__option {
    margin-left: 10%;
}

.select2-container {
    margin-bottom: 20px !important;
    padding: 17px 30px !important;
}

.btn+.btn {
    margin-top: 1rem;
    margin-left: 0 !important;
}

.row.home-footer {
    padding: 20px;
    text-align: center;
}

.single_token {
    text-align: center;
    margin-bottom: 3%;
    /* Adjust margin for smaller screens */
    padding: 3% 0;
    /* Adjust padding for smaller screens */
    border-radius: 10px;
    /* Adjust border-radius as needed */
}

.text-white:hover {
    cursor: pointer;
}

.radio-d-flex {
    display: flex;
    justify-content: space-around;
    margin-bottom: 3%;
}

.single_token p,
a {
    color: #fff !important;
}

.single_token_bg_one {
    background: #daa001;
}

.single_token_bg_two {
    background: #c3c9d4;
}

.single_token_bg_three {
    background: #787f8c;
}

.single_token_bg_four {
    background: #666d7a;
}

.single_token_bg_five {
    background: #3d434f;
}

.single_token_bg_six {
    background: #ff3133;
}

.single_token_bg_seven {
    background: #3452ff;
}

.single_token_bg_eight {
    background: #3235aa;
}

.single_token_bg_nine {
    background: #00a654;
}

.single_token_bg_ten {
    background: #8ec545;
}

.single_token_bg_eleven {
    background: #fe3235;
}

.single_token_bg_twelve {
    background: #ffb900;
}

/* .login-form, .register-form{
    padding-top: 30px !important;
} */

@media screen and (max-width: 768px) {
    .pt-mobile-130 {
        padding-top: 130px !important;
    }

    .single_token {
        margin-bottom: 5%;
        padding: 5% 0;
    }
}